From 3304ff40738c035c6501f706c613a02b9ab4a3ee Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 9 Aug 2020 10:21:30 +0100 Subject: [PATCH] d/rules: Explicitly enable Xinerama for non-udeb build --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index b64354590e..ba72279969 100755 --- a/debian/rules +++ b/debian/rules @@ -85,6 +85,7 @@ configure_flags_deb = \ -Dmedia=none \ -Dprint-backends=all \ -Dx11-backend=true \ + -Dxinerama=yes \ ${NULL} ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES))) -- 2.30.2